-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: [M3-6302] - MUIv5 Migration - Components > CircleProgress #9028
refactor: [M3-6302] - MUIv5 Migration - Components > CircleProgress #9028
Conversation
1 flaky tests on run #3094 ↗︎
Details:
cypress/e2e/managed/managed-navigation.spec.ts • 1 flaky test
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
packages/manager/src/components/CircleProgress/CircleProgress.tsx
Outdated
Show resolved
Hide resolved
|
||
import CircleProgress from 'src/components/CircleProgress'; | ||
import { CircleProgress } from 'src/components/CircleProgress'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated to your work, but I've never been a fan of the spaces between imports
import CircleProgress from 'src/components/CircleProgress'; | |
import { CircleProgress } from 'src/components/CircleProgress'; | |
import { CircleProgress } from 'src/components/CircleProgress'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not against it, we add spaces when destructuring objects too
Description 📝
How to test 🧪